home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-03 | 4.3 KB | 149 lines | [TEXT/MPS ] |
- # Definitions_RSRC
- # Copyright © 1984-96 by Apple Computer, Inc. All rights reserved.
-
- ###########################################################
- # Basic Definitions
- # Required variables for any MacApp builds
- ###########################################################
-
- ###########################################################
- # Folders
- ###########################################################
-
- MACoreIncludes = {MACore}Includes:
- MACoreSources = {MACore}Sources:
- MACoreObj = {MACore}{SeparateObjectsFolder}
-
- MAFrameworkIncludes = {MAFramework}Includes:
- MAFrameworkSources = {MAFramework}Sources:
- MAFrameworkObj = {MAFramework}{SeparateObjectsFolder}
-
- MADocsIncludes = {MADocs}Includes:
- MADocsSources = {MADocs}Sources:
- MADocsObj = {MADocs}{SeparateObjectsFolder}
-
- MAViewsIncludes = {MAViews}Includes:
- MAViewsSources = {MAViews}Sources:
- MAViewsObj = {MAViews}{SeparateObjectsFolder}
-
- MAAppIncludes = {MAApp}Includes:
- MAAppSources = {MAApp}Sources:
- MAAppObj = {MAApp}{SeparateObjectsFolder}
-
- MAMailIncludes = {MAMail}Includes:
- MAMailSources = {MAMail}Sources:
- MAMailObj = {MAMail}{SeparateObjectsFolder}
-
- MAToolIncludes = {MATool}Includes:
- MAToolSources = {MATool}Sources:
- MAToolObj = {MATool}{SeparateObjectsFolder}
-
- ###########################################################
- # Search Paths
- ###########################################################
-
- MARezPaths = ∂
- -i "{IncApp}" -s "{ObjApp}" ∂
- -i "{MAMailIncludes}" -s "{MAMailObj}" ∂
- -i "{MAAppIncludes}" -s "{MAAppObj}" ∂
- -i "{MAViewsIncludes}" -s "{MAViewsObj}" ∂
- -i "{MADocsIncludes}" -s "{MADocsObj}" ∂
- -i "{MAFrameworkIncludes}" -s "{MAFrameworkObj}" ∂
- -i "{MACoreIncludes}" -s "{MACoreObj}" ∂
- -i "{CIncludes}"
-
- ###########################################################
- # Interfaces
- ###########################################################
-
- # list of MACPlus Includes -- since we need to update this periodically,
- # wouldn't it be better to do this in MacApp's Startup:
- # set MacAppCPlusIntf `files -f -s "{MACPlusIncludes}"`
- MacAppCPlusIntf = ""
-
- MacAppRIntf = ∂
- "{MAFrameworkIncludes}MacAppTypes.r" ∂
- "{MAFrameworkIncludes}ViewTypes.r" ∂
- "{MAFrameworkIncludes}HelpStrings.r"
-
- BuildingBlocksCPlusIntf = ""
-
- ###########################################################
- # Resources
- ###########################################################
- MacAppResources = ∂
- "{MAFrameworkObj}Debug.rsrc" ∂
- "{MAFrameworkObj}Defaults.rsrc" ∂
- "{MAFrameworkObj}MacApp.rsrc" ∂
- "{MAFrameworkObj}ResourceLib.rsrc"
-
- BuildingBlocksResources = ∂
- "{MAViewsObj}Dialog.rsrc" ∂
- "{MADocsObj}Editions.rsrc" ∂
- "{MAViewsObj}Printing.rsrc"
-
- ###########################################################
- # Libraries
- ###########################################################
- MacAppLibrary = ""
-
- MacAppObjs = ""
-
- # The build tool will redefine one of the above to null so that dependencies on MacAppLib
- # will work correctly in the library case and in the obj case.
-
- MacAppLib = ""
-
- ###########################################################
- # Assembler External symbol dump files support.
- ###########################################################
- AsmLoadFiles = ∂
- ""
-
- AsmLoadOptions = -i "{ObjApp}"
- # Make dependencies against the following definition
- AsmLoad = {AsmLoadFiles}
-
- ###########################################################
- # Misc.
- ###########################################################
- OtherAsmOptions =
- OtherCOptions =
- OtherCPlusOptions =
- OtherInterfaces =
- OtherLibOptions =
- OtherLinkOptions =
- OtherCreatorAndBundleOptions =
- OtherRezFiles =
- OtherRezOptions =
- OtherSegMappings =
-
- OtherLinkFiles =
- OtherRsrcFiles = ∂
- {BuildingBlocksResources}
-
- OtherViewTypesSrc = ""
-
- ###########################################################
- # A P P L I C A T I O N T A R G E T S
- ###########################################################
- AppName = Dummy
- Creator = 'RSED'
- Type = 'rsrc'
-
- ###########################################################
- # T O O L T A R G E T S
- ###########################################################
- ToolName = Dummy
-
- ###########################################################
- # L I B R A R Y T A R G E T S
- ###########################################################
- LibName = Dummy
- LibObjs =
-
- ###########################################################
- # S E G M E N T A T I O N R E M A P P I N G S
- ###########################################################
- SegmentMappings = ""
-